home *** CD-ROM | disk | FTP | other *** search
- object f_ExtractLibPath: Tf_ExtractLibPath
- Left = 245
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Extract Delphi Library Path'
- ClientHeight = 214
- ClientWidth = 314
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 297
- Height = 161
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 217
- Height = 49
- AutoSize = False
- Caption =
- 'This will extract the Delphi Library Path for the version specif' +
- 'ied below. It will replace the current contents of the path use' +
- 'd in Builder.'
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 79
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 159
- Top = 180
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 72
- Top = 88
- Width = 49
- Height = 32
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- Text = 'Edit1'
- end
- end
-